From: Richard M. Stallman Date: Fri, 8 Sep 1995 16:24:48 +0000 (+0000) Subject: (HAVE_UNISTD_H): Add #undef. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~86063 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4a722d6c5368968a4db40222788b786e996ecbc6;p=emacs.git (HAVE_UNISTD_H): Add #undef. --- diff --git a/src/m/apollo.h b/src/m/apollo.h index 8212f7fc7c7..c405e201f8f 100644 --- a/src/m/apollo.h +++ b/src/m/apollo.h @@ -99,3 +99,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #define OLDXMENU_OPTIONS ${C_SWITCH_MACHINE} + +/* In SR10.4, unistd.h has bad prototype for getpgrp, so we don't include it. */ +#undef HAVE_UNISTD_H